home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
spore
/
Imakefile
next >
Wrap
Makefile
|
1995-05-03
|
2KB
|
34 lines
/*************************************************************************
* *
* Copyright (c) 1992, 1993 Ronald Joe Record *
* *
* All rights reserved. No part of this program or publication may be *
* reproduced, transmitted, transcribed, stored in a retrieval system, *
* or translated into any language or computer language, in any form or *
* by any means, electronic, mechanical, magnetic, optical, chemical, *
* biological, or otherwise, without the prior written permission of: *
* *
* Ronald Joe Record (408) 458-3718 *
* 212 Owen St., Santa Cruz, California 95062 USA *
* *
*************************************************************************/
#
# Imakefile for spore, by Ron Record
#
DEPLIBS = $(DEPXLIB)
# Uncomment the following line if your system doesn't support prototypes
# PROTODEFINE = -D_NO_PROTO
DEFINES = $(PROTODEFINE)
INCLUDES = -I. -I../lib
CFLAGS = -O $(DEFINES) $(INCLUDES) $(CDEBUGFLAGS)
LOCAL_LIBRARIES = ../lib/libXrr.a $(XLIB)
SYS_LIBRARIES = -lm $(NAPLIB)
SRCS = spore.c
OBJS = spore.o
ComplexProgramTarget(spore)
InstallProgram(spore, /usr/games/X11)
InstallManPage(spore, /usr/games/X11/doc)